//==============================================================================
// centaur_anim.txt
//==============================================================================

//==============================================================================
define greekbirthSFX
{
   set hotspot
   {
      version
      {
         VisualParticle SFX G Myth Unit Birth Effect
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector
   {
  	set hotspot
			{
				version
				{
				Visual uber centaur_idle
				ReplaceTexture Special G Centaur/uber centaur1
				//-- auto generated by the bang animation tool
				//-- do not hand edit these values
				tag Attack 0.00 false   
				//-- end auto generated section
				connect TOPOFHEAD head hotspot
				connect righthand arrow hotspot
				}
			}
		}
	}


//==============================================================================
anim Flail
{
   SetSelector
   {
	set hotspot
			{
				version
				{
					Visual uber centaur_walk
					ReplaceTexture Special G Centaur/uber centaur1
					length 1.0
					connect TOPOFHEAD head hotspot
					connect righthand arrow hotspot
				}
			}
		}
	}

//==============================================================================
anim Bored
{
   SetSelector 
   {
		set hotspot
			{
				version
				{
					Visual uber centaur_boredb
					length 2.0
					ReplaceTexture Special G Centaur/uber centaur1
					connect TOPOFHEAD head hotspot
					connect righthand arrow hotspot
				}
				version
				{
					Visual uber centaur_boredc
					length 2.5
					ReplaceTexture Special G Centaur/uber centaur1
					connect TOPOFHEAD head hotspot
					connect righthand arrow hotspot
				}
			}
	}
}

//==============================================================================
anim Death
{
   SetSelector
   {
		set hotspot
			{
				version
				{
					Visual uber centaur_death
					ReplaceTexture Special G Centaur/uber centaur1
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag SpecificSoundSet 0.59 false HeavyFall checkVisible 
//-- end auto generated section
					connect TOPOFHEAD head hotspot
					connect righthand arrow hotspot
				}
			}
	}
}

//==============================================================================
anim Walk
{
   SetSelector
   {
		set hotspot
			{
				version
				{
					Visual uber centaur_walk
					ReplaceTexture Special G Centaur/uber centaur1
					length 0.7
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag FootstepLeft 0.30 true   
               tag FootstepRight 0.80 true   
//-- end auto generated section
					connect TOPOFHEAD head hotspot
					connect righthand arrow hotspot
				}
			}
	}
}


//==============================================================================
anim Attack
{
   SetSelector
   {
	set hotspot
			{
				version
				{
				Visual uber centaur_attacka
				Length 1.0
				ReplaceTexture Special G Centaur/uber centaur1
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.61 true   
               tag GenericSound 0.60 true   
               tag SpecificSoundSet 0.67 false Arrow checkVisible 
//-- end auto generated section
	// -- Greg changed until art redone
				}
				version
				{
				Visual uber centaur_attackb
				Length 1.0
				ReplaceTexture Special G Centaur/uber centaur1
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.65 true   
               tag GenericSound 0.60 true   
               tag SpecificSoundSet 0.75 false Arrow checkVisible 
//-- end auto generated section
	// -- Greg changed until art redone
			      
				}
				version
				{
				Visual uber centaur_attackc
				ReplaceTexture Special G Centaur/uber centaur1
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.65 true   
               tag GenericSound 0.60 true   
               tag SpecificSoundSet 0.75 false Arrow checkVisible 
//-- end auto generated section
	// -- Greg changed until art redone
			      
				}
			}
		}
	}

